/* ########## Styles for All Pages ########## */
@font-face {
	font-family: Raleway;
	src: url("../fonts/Raleway-Regular.ttf");
}
@font-face {
	font-family: Raleway-SemiBold;
	src: url("../fonts/Raleway-SemiBold.ttf");
}
@font-face {
	font-family: Futura;
	src: url("../fonts/Futura Bk Book.ttf");
}
@font-face {
	font-family: Questrial;
	src: url("../fonts/Questrial-Regular.ttf");
}
@font-face {
	font-family: Roboto;
	src: url("../fonts/Roboto-Light.ttf");
}
@font-face {
	font-family: Inter;
	src: url("../fonts/Inter-Regular.ttf");
}
body {
    /*font-family: "Montserrat",sans-serif;*/
	font-family:Raleway;
	overflow-x:hidden;
}
/* ########## Slider ######### */
#carouselhomescreen {
	width:80%;
	float:left;
}
#carouselhomescreen img {
	width:100%;
	height:auto;
}
#right_panel {
	width:20%;
	float:left;
	height:auto;
	background-color:var(--primary-color);
}
#right_panel img {
	height:auto;
	width:74.4%;
	display:block;
	margin:0 auto;
}

/* ######### Front Page Catalogue ######## */
#main_wrapper {
	padding:1.5rem;
}
#main_left_container {
	width:30%;
	float:left;
	position:relative;
	min-height:1160px;
}
#character_container {
	position:absolute;
	/* top:-200px; */
	z-index:1;
}
#beares_character {
	height:auto;
	width:100%;
}
@media screen and (max-width: 1500px) {
	#beares_character {
		height:auto;
		width:100%;
	}
}
@media screen and (max-width: 1280px) {
	#beares_character {
		height:auto;
		width:100%;
	}
}
#cta_btn_container {
	margin-top:50px;
}
#cta_btn_container img {
	display:block;
	width:200px;
	margin:0 auto;
}
#cta_btn_container #cta_credit {
	margin-bottom:30px;
}
#cta_btn_container #cta_service_review {
	margin-bottom:30px;
}
#cta_btn_container #cta_lewis_csi {
	margin-bottom:30px;
}
#cta_btn_container #cta_fb_comp {
	margin-bottom:30px;
}
#cta_btn_container #cta_ibb_redirect {
	margin-bottom:30px;
}
#main_right_container {
	width:70%;
	float:left;
}
#cta_btn_container_2 > div {
	width:49%;
}
#cta_btn_container_2 a {
	color:#fff;
	display:block;
	font-size:2rem;
	text-align:center;
	text-transform:uppercase;
	padding:25px;
}
#cta_btn_container_2 a:hover {
	text-decoration:none;
}
#cta_enquire {
	background-color:var(--secondary-color);
	float:left;
}
#cta_brochure {
	background-color:var(--primary-color);
	float:right;
}
@media screen and (max-width: 1090px) {
	#cta_btn_container_2 a {
		font-size:1.5rem;
	}
}
@media screen and (max-width: 920px) {
	#cta_btn_container_2 > div {
		float:none;
		width:80%;
		margin:10px auto;
	}
}
#fp_catalogue {
	
}
.fp-prodthumb-container {
	float:left;
	width:30%;
	margin:5px;
}
@media screen and (max-width: 1450px) {
	.fp-prodthumb-container {
		width:45%;
	}
}
@media screen and (max-width: 1000px) {
	.fp-prodthumb-container {
		float:none;
		width:70%;
		margin:10px auto;
	}
}
@media screen and (max-width: 800px) {
	.fp-prodthumb-container {
		float:none;
		width:90%;
		margin:10px auto;
	}
	#character_container {
		left:-20px;
	}
}
@media screen and (max-width: 460px) {
	.fp-prodthumb-container .prodgrid-details > div:first-child {
		font-size:0.8rem;
	}
	.fp-prodthumb-container .prodgrid-price {
		font-size:1.8rem;
	}
}
@media screen and (max-width: 400px) {
	.fp-prodthumb-container .prodgrid-details > div:first-child {
		font-size:0.7rem;
	}
}
@media screen and (max-width: 700px) {
	#main_left_container, #main_right_container {
		display:block;
		width:100%;
	}
	#main_left_container {
		min-height:auto;
	}
	#character_container {
		position:static !important;
		text-align:center;
	}
}
#fp_catalogue_nav nav ul {
	list-style:none;
	margin:0;
	padding:0;
	text-transform:uppercase;
	font-weight:bold;
	color:#333;
}
#fp_catalogue_nav nav ul li {
	float:left;
	padding:0 2rem;
	position:relative;
}
#fp_catalogue_nav nav ul li a {
	color:#333;
}
#fp_catalogue_nav nav ul li > div {
	position:absolute;
	right:0;
	top:25%;
	width:2px;
	height:50%;
	background-color:#333;
}
#fp_catalogue_nav nav ul li:hover {
	cursor:pointer;
	opacity:0.8;
}
#fp_catalogue_nav nav ul li a:hover {
	text-decoration:none;
}
#fp_catalogue_nav nav ul li:first-child {
	padding-left:5px;
}
@media screen and (max-width: 1205px) {
	#fp_catalogue_nav nav ul li {
		padding:0 1.5rem;
	}
}
@media screen and (max-width: 1100px) {
	#fp_catalogue_nav nav ul li {
		font-size:0.9rem;
	}
}
@media screen and (max-width: 1030px) {
	#fp_catalogue_nav nav ul li {
		padding:0 1.2rem;
	}
}
@media screen and (max-width: 965px) {
	#fp_catalogue_nav nav ul li {
		font-size:0.8rem;
	}
}
@media screen and (max-width: 895px) {
	#fp_catalogue_nav nav ul li {
		padding:0 0.9rem;
	}
}
@media screen and (max-width: 835px) {
	#fp_catalogue_nav nav ul li {
		padding:0 0.7rem;
	}
}
@media screen and (max-width: 795px) {
	#fp_catalogue_nav {
		display:none;
	}
}
#fp_catalogue_content {
	margin-bottom:30px;
}
.content-info {
	font-size:1.2rem;
	color:#666;
	letter-spacing:-1px;
	margin-bottom:30px;
}

.main-content {
    padding: 5px 1px 5px 1px;
}
.bannertext {
    margin: 25px auto;
    /*border-bottom: 2px dashed rgba(0,0,0,0.1);*/
}
.bannertext p {
    color: #4c4d4f;
    text-align: center;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 30px;
}
/* ########## Hyperlinks ########## */
a {
	color: var(--primary-color);
}
a:link {
  /*color: var(--primary-color);*/
  color:transparent;
  text-decoration: none;
  /*background-color: transparent;*/
}
a:visited {
  /*color: var(--primary-color);*/
  color:transparent;
  text-decoration: none;
  /*background-color: transparent;*/
}
a:hover {
  /*color: var(--primary-color);*/
  color:transparent;
  text-decoration: underline;
  /*background-color: transparent;*/
}
a:active {
  /*color: var(--primary-color);*/
  color:transparent;
  text-decoration: none;
  /*background-color: transparent;*/
}

.topfooter, .bottomfooter {
	position:relative;
	z-index:2;
}
.topfooter a {
	color:var(--primary-color);
}
/* ########## Styles for Home page block buttons ########## */

.hovereffect {
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    border: 1px solid #aba6a6;
  }
  
  .hovereffect .overlay {
    width: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
  }
  
  .hovereffect img {
    width: 100%;
    display: block;
    position: relative;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
  }
  
  .hovereffect:hover img {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /><feGaussianBlur stdDeviation="3" /></filter></svg>#filter');
    filter: grayscale(1) blur(3px);
    -webkit-filter: grayscale(1) blur(3px);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  
  .hovereffect h2 {
    text-transform: uppercase;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    background: var(--primary-color);
  }

  .hovereffect a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    border: 1px solid #fff;
    margin: 2rem 0 0 0;
    background-color: var(--primary-color);
  }
  
  .hovereffect a.info:hover {
    box-shadow: 0 0 5px #fff;
  }
  
  .hovereffect a.info, .hovereffect h2 {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    opacity: 0;
    filter: alpha(opacity=0);
    color: #fff;
    text-transform: uppercase;
  }

  .hovereffect p {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    opacity: 0;
    filter: alpha(opacity=0);
    color: #fff;
    font-size: .75rem;
    background: #4c4d4f;
  }
  
  .hovereffect:hover a.info, .hovereffect:hover h2, .hovereffect:hover p {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  /* Style the container with a rounded border, grey background and some padding and margin */
.words {
  border: 1px solid #ccc;
  background-color: #eee;
  padding: 16px;
  margin: 16px 0;
}
/* Clear floats after containers */
.words::after {
  content: "";
  clear: both;
  display: table;
}
/* Float images inside the container to the left. Add a right margin, and style the image as a circle */
.words img {
  float: left;
  margin-right: 20px;
  border-radius: 50%;
}
/* Increase the font-size of a span element */
.words span {
  font-size: 20px;
  font-weight: bold;
  margin-right: 15px;
}

/* Apply for credit */
.btn-primary {
  color: #fff;
  background-color: #e31f26;
  border-color: #e31f26;
}
.btn-primary:hover {
  color: #fff;
  background-color: #ef6d72;
  border-color: #ef6d72;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: ghostwhite;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control:focus {
  border-color: #e31f26;
  box-shadow:  0 0 6px #e31f26;
  -webkit-box-shadow: 0 0 6px #e31f26;
} 
/* CAPTCHA */
.capbox {
	background-color: #aba6a6;
	border-radius: 5px;
	display: inline-block;
	padding: 10px;
	}

.capbox-inner {
	background-color: white;
	margin: 5px auto 0px auto;
	padding: 3px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	}

#CaptchaDiv {
	font: bold 17px verdana, arial, sans-serif;
	font-style: italic;
	color: #000000;
	background-color: #FFFFFF;
	padding: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
}

#CaptchaInput {
  margin: 3px 3px 3px 66px;
  width: 55px;
  text-align: center;
}

/* Quick Buttons on Home Screen */

a.quickbtn {
  color: white;
  width: 100%;
  height: 100%;
  display: block;
  padding: 15px;
  transition: 150ms linear;
  background-color: var(--primary-color);
  font-size: larger;
  border: 1px solid var(--primary-color);
}

a.quickbtn:hover {
  color: var(--primary-color);
  width: 100%;
  height: 100%;
  display: block;
  padding: 15px;
  transition: 150ms linear;
  background-color: #ECEDED;
  font-size: larger;
  text-decoration: none;
  border: 1px solid #aba6a6;
}

/* popup enquire button */

#popup-enquire-box {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--primary-color);
  color: #FFFFFF;
  width: 90%;
  max-width: 700px;
  padding: 30px 0px 30px 30px;
  border: 5px solid #FFFFFF;
  box-shadow: 1px 1px 15px black;
  display: none;
  z-index: 15;
}

#popup-enquire-close {
  position: absolute;
  top: -20px;
  right: -20px;
  cursor: pointer;
  width: 40px;
}

#popup-enquire-box h1 {
  margin: 0;
}

#popup-enquire-box form {
  margin-bottom: 0px;
}

#popup-enquire-box input {
  margin-top: 5px;
}

#popup-enquire-box select {
  margin-top: 5px;
}

#popup-enquire-box button {
  padding: 10px;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  margin-top: 5px;
  cursor: pointer;
}

.popup-content {
  overflow-y: scroll;
  height: 410px;
}

#yt_nav_icon {
	background-color:#cdcece;
    color:#fff;
    padding:7px;
    font-size:22px;
    border-radius:8px;
    position:relative;
    top:5px;
    right:10px;
}
/************ AJAX Live Search *************/
.srbox{
	width:280px;
  float:left;
  margin-right: 2rem;
  z-index: 100;
  position: relative;
	}
.textbox{
	border-radius: 8px 0px 0px 8px;
  background-color: ghostwhite;
  float: left;
  height: 40px;
  padding: 1px 12px;
  /* font-size: 15px; */
  line-height: 1.42857;
  color: #000;
  width: 220px;
  /* margin-top: 13px; */
  border-left: solid 1px #ced4da;
  border-top: solid 1px #ced4da;
  border-bottom: solid 1px #ced4da;
  border-right: none;
	}
.query-submit{
	border-radius: 0px 8px 8px 0px;
  cursor: pointer;
  background: #cccccc;
  width: 40px;
  padding: 1px 6px;
  float: left;
  border: none;
  /* margin-top: 13px; */
  height: 40px;
  border-top: solid 1px #ced4da;
  border-right: solid 1px #ced4da;
  border-bottom: solid 1px #ced4da;
	}
.textbox-clr{
	cursor: pointer;
  background: ghostwhite;
  width: 20px;
  height: 40px;
  float: left;
  border: none;
  text-align: center;
  border-top: solid 1px #ced4da;
  border-bottom: solid 1px #ced4da;
  font-weight: bold;
  }
/************LIVE SEARCH DESKTOP ***********/
#livesearch{
  background:ghostwhite;
  max-height:260px;
  overflow:auto; 
  width:91%;
  box-shadow:0px 2px 4px #444; 
  margin-left:1.2%;
  }
.live-outer{
  width:100%; 
  height:45px;
  border-bottom:1px solid #ccc; 
  background:#fff;
  }
.live-outer:hover{
  background:#F3F3F3;
  }
.live-im{
  float:left;
  width:30%;
  padding-top: 2px;
  padding-left: 2px;
  }
.live-im img{
  width:auto; 
  height:40px;
  }
.live-product-det{
  float:right; 
  width:70%;
  }
.live-product-name{
  width:100%; 
  }
.live-product-name p{
  margin:0px;
  color:#333;
  text-transform: uppercase;
  font-size:x-small;
  }
.link-p-colr{
  color:#333;
  }
/*SEARCH BOX FOR MOBILE*/
.srbox-resp{
  display:none;
  width: 100%;
  padding: 2px 5px;
  margin: 0 0 4px 0;
}
.srbox-resp form .bk{
  width: 94%;
  margin: 0 auto;
}
.srbox-resp form input{
  width: 80%;
}
#livesearch2{
  background:ghostwhite;
  max-height:260px;
  overflow:auto; 
  width:91%;
  box-shadow:0px 2px 4px #444; 
  margin-left:1.2%;
  }
/* News Accordion Menu */
.panel-group {
  background-color: #ECEDED;
  border: 1px solid #aba6a6;
  margin-bottom: 1rem;
}
.panel-heading {
  padding: 0.5rem;
}
.panel-title {
  margin: 0;
}
.list-group {
  background-color: #fff;
}
a.news-list-item {
  padding: 0rem 0rem 0.3rem 0.7rem;
  color: #4c4d4f;
  background-color: #fff;
  font-size: 0.8rem;
  border-bottom: 1px solid;
}
/* News items */
.news-date {
  display: block;
  margin: 0 0 15px;
  background-color: #f6f6f6;
  padding: 10px;
  font-style: italic;
  color: #444;
}
.news-body {
  margin: 0 0 20px;
  padding: 0 10px;
}

.broc-icon {
  width: auto;
  height: 120px;
  float: left;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
}
#top_country_select {
	text-align: right;
    color: #888;
    padding: 10px 10px 0 0;
}
.nav-item-wrapper {
	font-family:Raleway;
	width:200px;
	display:inline-block;
	position:relative;
	margin-left:20px;
	text-transform:none;
    text-align: center;
	cursor:pointer;
	font-size:14px;
}
.nav-subcategory-container {
	display:none;
	position:absolute;
	min-width: 200px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index:101;
	border:solid 1px #ccc;
	padding:10px 20px 10px;
	background-color:#fff;
	text-align:left;
	left:0;
	color:#333;
}
.nav-subcategory-link {
	font-weight:bold;
}
.nav-subcategory-link:hover {
	background-color:#99caff;
}
.nav-subcategory-link img {
	width:20px;
	margin-right:6px;
}
.nav-item-wrapper:hover .nav-subcategory-container {
	display:block;
}
/* Country popup styling */
	#countryPopUp ul {
	margin: 0;
	padding: 0;
	text-align: left;
	}

	#countryPopUp ul li {
	list-style: none;
	line-height: 1.6em;
	}

	#countryPopUp ul li a {
	color: #212529;
	-moz-transition: all .3s ease;
	/* Firefox */
	-webkit-transition: all .3s ease;
	/* WebKit */
	-o-transition: all 0.3s ease;
	/* Opera */
	transition: all 0.3s ease;
	/* Standard */
	}

	#countryPopUp ul li a:hover {
	color: #00653B;
	}

	#countryPopUp ul li a > img {
	margin-right: 15px;
	}

	#countryPopUp h3 {
	margin-bottom: 15px;
	}

	#countryPopUpClose {
	padding: 5px;
	cursor: pointer;
	right: 6px;
	top: -1px;
	position: absolute;
	color: #212529;
	}

	#countryPopUpClose:hover {
	text-decoration: none;
	}

	#closeText {
	cursor: pointer;
	color: #00653B;
	-moz-transition: all .3s ease;
	/* Firefox */
	-webkit-transition: all .3s ease;
	/* WebKit */
	-o-transition: all 0.3s ease;
	/* Opera */
	transition: all 0.3s ease;
	/* Standard */
	}

	#closeText:hover {
	color: #00653B;
	border-bottom: 1px solid #00653B;
	}

	.bgOverlay {
	position: fixed;
	display: none;
	z-index: 10000;
	background-color: rgba(0, 0, 0, 0.60);
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	}

	#countryPopUp {
	text-align: center;
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: 20px;
	padding: 15px 0;
	background: #ffffff;
	z-index: 10001;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-box-shadow: 0px 0px 9px -3px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 9px -3px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 9px -3px rgba(0, 0, 0, 0.75)
	}

	#countryPopUpScroll {
	margin-top: 20px;
	max-height: 100%;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-left: -20px;
	}

	/* Medium Desktops COL-MD */
	@media (max-width: 992px)
	{
		#countryPopUp {
		max-width: 66%;
		top: 20%;
		left: 15%;
		margin-right: 20px;
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
		}
	}

	/* Small Devices COL-SM */
	@media (max-width: 768px) 
	{
		#countryPopUp {
		max-width: 85%;
		top: 10%;
		left: 5%;
		margin-right: 20px;
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
		}
		#countryPopUp ul li {
    	margin-bottom: 1rem;
		}
	}

	/* Extra Small Devices COL-XS */
	@media (max-width: 480px)
	{
		.hideCountryMap {
		display: none;
		}
		#countryPopUp h3 {
		margin-top: -5px;
		}
		#countryPopUp ul li {
    	margin-bottom: 1rem;
		}
	}